home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / PowerD / powerd / modules.lha / modules / prefs / workbench.m < prev   
Encoding:
Text File  |  2002-01-13  |  433 b   |  22 lines

  1. MODULE 'libraries/iffparse','graphics/gfx'
  2.  
  3. CONST ID_WBNC=$57424E43,
  4.  ID_WBHD=$57424844
  5.  
  6. OBJECT WorkbenchPrefs
  7.   DefaultStackSize:ULONG,
  8.   TypeRestartTime:ULONG,
  9.   IconPrecision:ULONG,
  10.   EmbossRect:Rectangle,
  11.   Borderless:BOOL,
  12.   MaxNameLength:LONG,
  13.   NewIconsSupport:BOOL,
  14.   ColorIconSupport:BOOL,
  15.   ImageMemType:ULONG, /* V45 */
  16.   LockPens:BOOL,
  17.   NoTitleBar:BOOL,
  18.   NoGauge:BOOL
  19.  
  20. OBJECT WorkbenchHiddenDevicePrefs
  21.   Name[0]:UBYTE
  22.